CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC setTimer

搜索资源列表

  1. Console_Thread

    0下载:
  2. vc 控制台(console)下实现线程和定时器的例程,使用CreateThread和SetTimer方式。在控制台下实现了定时器Timer消息的截取和处理。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9848
    • 提供者:sqich
  1. mTimer

    0下载:
  2. 用VC++编程,比较三种定时器——SetTimer、timeSetEvent、、QueryPerformanceCounter、GetTickCount的在精度上的差别-Using VC++ programming, comparing three types of timers- SetTimer, timeSetEvent,, QueryPerformanceCounter, GetTickCount the difference in accuracy
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:731477
    • 提供者:Edison
  1. Timer(VB)

    7下载:
  2. 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-08-10
    • 文件大小:114967
    • 提供者:尹刚
  1. timeSetEvent

    0下载:
  2. vc 获取时间差 精确度达到毫秒级 settimer不精确
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:18043
    • 提供者:zhongkeli
  1. settimer

    0下载:
  2. 设置时间程序,在vc++的环境下开发的一段代码,可以参考其中的代码段。-Setup time procedures vc++ Environment to develop a section of code, the code can refer to one paragraph.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2133435
    • 提供者:高洋
  1. SetTimer0029999

    0下载:
  2. VC中定时器SetTimer()的使用例程,包含定时更新窗口的程序-VC in the timer SetTimer () routine use, including the regularly updated process window
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:2463
    • 提供者:李离
  1. Timer

    0下载:
  2. 这是一个VC实现的定时器的例子,首先定制一个资源ID,然后通过SetTimer函数-Timer example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1890788
    • 提供者:Haoqingfeng
  1. SetTimer

    0下载:
  2. settimer定时器设置文档对于设置VC定时器的朋友有帮助-Document settimer Timer timer for the VC set up to help friends
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:79007
    • 提供者:王华
  1. code

    0下载:
  2. vc实现显示血和蓝 SetTimer GetWindowThreadProcessId OpenProcess ReadProcessMemory 实时血:98181c+1c+24+260 实时蓝:98181c+1c+24+264-SetTimer GetWindowThreadProcessId OpenProcess ReadProcessMemory real-time blood: 98181c+1 c+24+260 real-time Blue
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-09
    • 文件大小:1875827
    • 提供者:jeffchang
  1. VCsettimer

    0下载:
  2. 在VC++中如何实现定时器功能,如何正确调用settimer函数-In the VC++ How to achieve the timer function, how to properly call the function settimer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6893
    • 提供者:liu
  1. VCSetTimer

    0下载:
  2. 通过介绍SetTimer函数,来计算通信延时。在VC下得到精确延时时间,而sleep函数是完成不了的-By introducing the SetTimer function to calculate the communication time delay. In the next VC to be accurate delay time, and can not sleep function is to complete
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:1518
    • 提供者:wukong
  1. VCtimer

    0下载:
  2. VC 写的定时器 计数器示例程序,定时器响应函数(在SetTimer()函数的最后一个参数可以指定一个回调函数,没有指定时采用默认的回调函数OnTimer()),变量声明必须在“{}”中。如图所示的例子中,左侧为定时器,右侧为计数器,点击相应的控制按钮可测试对应功能。-VC wrote timer counter sample program, the timer response function (in SetTimer () function is the last parameter c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:21208
    • 提供者:kpudn63
  1. Sun-Xin-MFC-instructional-video-5

    0下载:
  2. 孙鑫MFC教学5全内容1.CWnd::CreateSolidCaret创建插入符,ShowCaret()显示插入符,2.VC中CString::LoadString(ID号)3.路径层的概念:有两种方法创建路径层,4.在View上输入文字的步骤,5.模拟卡啦OK变色的步骤,6.SetTimer也可以用回调函数来操作,但并不方便-1.CWnd: CreateSolidCaret: create insert, ShowCaret (2.VC) display insert, CString:: L
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:1957090
    • 提供者:淡定哥
  1. DigtalClock

    0下载:
  2. 1.熟悉VC++ 6.0开发环境。 2.了解CTime类的使用方法。 3.掌握WM_TIMER消息映射方法。 4.掌握SetTimer函数和KillTimer函数的使用方法。-1. Be familiar with vc++ 6.0 development environment. 2. To understand the use of the CTime class. 3. Grasp the WM_TIMER message mapping method. 4. Ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:7286
    • 提供者:浅蓝
搜珍网 www.dssz.com